home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GrandPrixChallengeII.swf / scripts / DefineButton2_201 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-07  |  150 b   |  11 lines

  1. on(release){
  2.    if(eval("/:gameSound"))
  3.    {
  4.       tellTarget("/beep")
  5.       {
  6.          gotoAndPlay(2);
  7.       }
  8.    }
  9.    gotoAndStop(134);
  10. }
  11.